QuickOPC User's Guide and Reference
Arguments and Results
Features > Connectivity Model > Arguments and Results

The arguments are the actual data the operation on a connectivity transfers, i.e. the “what”. Typically and most importantly, arguments contain the data value being read or written or obtained through subscription.

As with the parameters, they usually depend on the type of point, and the operation involved.

Arguments are represented by an object that has properties, divided into several categories. The categories are as follows:

There is an important distinction between the outputs, and the results. Each operation can be either successful, or not. When the operation completes, the result arguments are always available. The outputs, however, are only available when the operation succeeded.

See Also